home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000037_dbecker@cpicorp.com_Thu May 1 13:10:16 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  67 lines

  1. Article: 14252 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!news-peer.gip.net!news.gsl.net!gip.net!news.maxwell.syr.edu!feed.uncensored-news.com!ord-feed.news.verio.net!stl-feed.news.verio.net!news.cpicorp.com!not-for-mail
  3. From: Derek Chen-Becker <dbecker@cpicorp.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Changed behavior of receive/transmit move-to
  6. Date: Thu, 01 May 2003 10:50:46 -0500
  7. Organization: CPI Corporation
  8. Lines: 44
  9. Message-ID: <b8rfll$kfv$1@cpimail.cpicorp.com>
  10. NNTP-Posting-Host: dbecker-ld.cpicorp.com
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii; format=flowed
  13. Content-Transfer-Encoding: 7bit
  14. X-Trace: cpimail.cpicorp.com 1051804149 20991 131.100.250.5 (1 May 2003 15:49:09 GMT)
  15. X-Complaints-To: abuse@cpicorp.com
  16. NNTP-Posting-Date: Thu, 1 May 2003 15:49:09 +0000 (UTC)
  17. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225
  18. X-Accept-Language: en-us, en
  19. X-Enigmail-Version: 0.71.0.0
  20. X-Enigmail-Supports: pgp-inline, pgp-mime
  21. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14252
  22.  
  23. Hi,
  24.      The behavior of the set receive move-to command seems to have 
  25. changed between c-kermit 8.206 and 8.209. It used to resolve the full 
  26. path of the move-to target upon each transfer, and now it appears to 
  27. resolve it on login through IKSD. We have a directory structure like this:
  28.  
  29. ~/
  30. ~/a
  31. ~/a/incoming
  32. ~/a/complete-rx
  33. ~/a/outgoing
  34. ~/a/complete-tx
  35. ~/b
  36. ~/b/incoming
  37. ~/b/complete-rx
  38. ~/b/outgoing
  39. ~/b/complete-tx
  40.  
  41. The .kermrc for the account had lines like:
  42.  
  43. set receive move-to complete-rx
  44. set send move-to complete-tx
  45.  
  46. Under 8.206 we could change to directory "a" or directory "b" and issue 
  47. a send command like "send test.txt incoming/test.txt". The incomplete 
  48. file during transfer would sit in the appropriate incoming directory and 
  49. then would be moved to the approprate complete-rx directory on 
  50. completion. Under 8.209 the completed files sit in the incoming 
  51. directory unless we create a "complete-rx" directory in the home:
  52.  
  53. ~/complete-rx
  54.  
  55. and then they move there no matter which incoming directory they arrived 
  56. in. If this was for one or two sites we could work around it by creating 
  57. different accounts for each one, but this is for 1200+ sites and one 
  58. account makes it managable. If I could remotely set the send/receive 
  59. move-to destinations, that might work, too.
  60.  
  61. Any comments on the behavior change and on a possible solution?
  62.  
  63. Thanks,
  64.  
  65. Derek
  66.  
  67.